Skip to content

Add constructor with capacity in Parcel#7506

Open
pjh9216 wants to merge 3 commits intoSamsung:mainfrom
pjh9216:new_parcel
Open

Add constructor with capacity in Parcel#7506
pjh9216 wants to merge 3 commits intoSamsung:mainfrom
pjh9216:new_parcel

Conversation

@pjh9216
Copy link
Contributor

@pjh9216 pjh9216 commented Mar 5, 2026

Add internal constructor API with capacity in Parcel

- Add internal constructor API

Signed-off-by: jh9216.park <jh9216.park@samsung.com>
@pjh9216 pjh9216 requested review from hjhun and upple as code owners March 5, 2026 00:04
@github-actions github-actions bot added the API14 Platform : Tizen 11.0 / TFM: net8.0-tizen11.0 label Mar 5, 2026
@TizenAPI-Bot
Copy link
Collaborator

Internal API Changed

Added: 1, Removed: 0, Changed: 0

Added

+ /// <since_tizen>11</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ System.Void Tizen.Applications.RPCPort.Parcel::.ctor(System.UInt32)

Copy link
Collaborator

@Hyeon-Uk Hyeon-Uk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@TizenAPI-Bot
Copy link
Collaborator

Internal API Changed

Added: 1, Removed: 0, Changed: 0

Added

+ /// <since_tizen>11</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ System.Void Tizen.Applications.RPCPort.Parcel::.ctor(System.UInt32)

 - Use Zero-copy

Signed-off-by: jh9216.park <jh9216.park@samsung.com>
@TizenAPI-Bot
Copy link
Collaborator

Internal API Changed

Added: 9, Removed: 0, Changed: 0

Added

+ /// <since_tizen>11</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ System.Void Tizen.Applications.RPCPort.Parcel::.ctor(System.UInt32)

+ /// <since_tizen>none</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ Tizen.NUI.BaseComponents.AnimatedImageView/AnimationStates Tizen.NUI.BaseComponents.AnimatedImageView::AnimationState()

+ /// <since_tizen>none</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ System.Void Tizen.NUI.BaseComponents.AnimatedImageView::Pause()

+ /// <since_tizen>none</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ System.Void Tizen.NUI.BaseComponents.AnimatedImageView::Play()

+ /// <since_tizen>none</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ System.Void Tizen.NUI.BaseComponents.AnimatedImageView::Stop()

+ /// <since_tizen>none</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ Tizen.NUI.BaseComponents.AnimatedImageView/AnimationStates

+ /// <since_tizen>none</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ static Tizen.NUI.BaseComponents.AnimatedImageView/AnimationStates Tizen.NUI.BaseComponents.AnimatedImageView/AnimationStates::Paused

+ /// <since_tizen>none</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ static Tizen.NUI.BaseComponents.AnimatedImageView/AnimationStates Tizen.NUI.BaseComponents.AnimatedImageView/AnimationStates::Playing

+ /// <since_tizen>none</since_tizen
+ [EditorBrowsable(EditorBrowsableState.Never)]
+ static Tizen.NUI.BaseComponents.AnimatedImageView/AnimationStates Tizen.NUI.BaseComponents.AnimatedImageView/AnimationStates::Stopped

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

API14 Platform : Tizen 11.0 / TFM: net8.0-tizen11.0 Internal API Changed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants